home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
soft
/
fvsetup.exe
/
{app}
/
fv.dll
/
scripts
/
DefineSprite_35
/
frame_1
/
DoAction.as
Wrap
Text File
|
2003-01-24
|
487b
|
23 lines
set("/:click_times",eval("/:click_times") + "1");
set("/:remain",eval("/:remain") - "1");
bcount = "1";
while("9" >= bcount)
{
if(getProperty("../", _name) == bcount)
{
count = "1";
while("9" >= count)
{
if(getProperty("/" add count, _currentframe) == "1")
{
tellTarget("/" add count)
{
gotoAndStop(4);
}
}
count += "1";
}
}
bcount += "1";
}